NDrawPolypoints<T> Class Members
In This Topic
The following tables list the members exposed by NDrawPolypoints<T>.
Public Fields
Public Properties
| Name | Description |
 | Points | Gets or sets the points of the graphics path. The points are expressed relatively to the draw box |
 | Tension | Gets or sets the tension of the curve represented by the polypoint object. If tension is 0 it is a polypoint with straigth segments, othwerwise it is a cardinal spline with smooth curves. |
 | Type | Overridden. Gets the type of this geometry command. |
Top
Public Methods
| Name | Description |
 | GetPoint | Gets the point at the specified index. The returned point is in shape coordinates. |
 | GetPointCount | Gets the count of points inside this |
 | GetPolyPoint | Gets the polypoint object defined by this command |
 | SetPoint | Sets the point at the specified index. The point is in shape coordinates. |
Top
See Also